home *** CD-ROM | disk | FTP | other *** search
- /*
- *--- PGetRuleAbove.h -----------------------------------------------------
- * Copyright (c) 1995-96 Adobe Systems Incorporated. All rights reserved.
- * Created on Sun, Oct 22, 1995 @ 4:49 PM by Paul Ferguson.
- *
- * Description:
- *-------------------------------------------------------------------------
- */
- #ifndef __PGetRuleAbove__
- #define __PGetRuleAbove__
-
- #include "PHandleQuery.h"
-
- #include "PMTypes.h"
-
- class PGetRuleAbove : public PHandleQuery
- {
-
- public:
-
- PGetRuleAbove();
-
- PMBool bOnOff;
- short cLineStyle;
- const char * sLineColor;
- short cLineWidth;
- long xLeftIndent;
- long xRightIndent;
- short dWeight;
- PMBool bOpaque;
- short nLineTint;
- };
-
- #endif
-
- // end of PGetRuleAbove.h
-